Class symantec.itools.awt.util.spinner.DaySpinner
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.util.spinner.DaySpinner

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Panel
                           |
                           +----Spinner
                                   |
                                   +----ListSpinner
                                           |
                                           +----symantec.itools.awt.util.spinner.DaySpinner

public class DaySpinner
extends ListSpinner
Day of the week spin control.
Creates a text box, containing a list of the days of the week, with up and down arrows. Allows your user to move through a set of fixed values or type a valid value in the box.

Version:
1.1, August 28, 1997
Author:
Symantec
See Also:
ListSpinner

Constructor Index

 o symantec.itools.awt.util.spinner.DaySpinner()
Construct DaySpinner component.

Constructors

 o DaySpinner
public DaySpinner()
Construct DaySpinner component. This component includes the weekdays in the order Sunday through Saturday. By default, the inial display of this component is the item "Sunday".


All Packages  Class Hierarchy  This Package  Previous  Next  Index